POV-Ray : Newsgroups : povray.unix : QTPOV Editor : New version (special Shay) : Re: QTPOV Editor : New version (special Shay) Server Time
8 Jul 2024 15:25:47 EDT (-0400)
  Re: QTPOV Editor : New version (special Shay)  
From: gRRosminet
Date: 17 Feb 2004 14:12:40
Message: <403267a8@news.povray.org>

> One thing that still happens: If you simply press <RETURN> several 
> times, each line is tabbed on more time than the previous one :)
> And while I'm at it: If you change something in the preferences you have 
> to restart the app to make the changes work...


in composants/indenter.cpp at line 365 (approx.), you should have this :

     if (!autoTab)
         return int(ceil(float(spaces) / float(_tabSize)));


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.